toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.user
/
[jvm]Address
/
Builder
Builder
public
final
class
Builder
A builder of
Address
.
Since
8.0.0
Members
Functions
build
Link copied to clipboard
public
Address
build
(
)
Returns a new
Address
instance built from the current state of this builder.
city
Link copied to clipboard
public
Address.Builder
city
(
String
city
)
Sets the city of the address.
dependent
Locality
Link copied to clipboard
public
Address.Builder
dependentLocality
(
String
dependentLocality
)
Sets the dependent locality of the address.
state
Link copied to clipboard
public
Address.Builder
state
(
String
state
)
Sets the state of the address.
street
Address
Link copied to clipboard
public
Address.Builder
streetAddress
(
String
address
)
Sets the full street address.
zip
Code
Link copied to clipboard
public
Address.Builder
zipCode
(
String
zip
)
Sets the zip code of the address.